home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / mfinputs / expr / mf
Encoding:
Text File  |  1988-02-26  |  237 b   |  7 lines

  1. % This is EXPR.MF in text format, as of Mar 31, 1986.
  2. string s[]; s1="abra";
  3. path p[]; p1=(0,0)..(3,3); p2=(0,0)..(3,3)..cycle;
  4. tracingonline:=1; scrollmode;
  5. forever: message "gimme an expr: "; s0:=readstring;
  6. show scantokens s0; endfor
  7.